@charset "utf-8";

/* header */
.myui-header__top {
    top: 0;
    z-index: 999;
    width: 100%;
    min-height: 60px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.top-fixed-down {
    margin-top: -60px;
}

/* header-logo */
.myui-header__logo, .myui-header__menu, .myui-header__search {
    float: left;
}

.myui-header__logo img {
    max-width: 180px;
}

/* header-seacrh */
.myui-header__search {
    position: relative;
    width: 260px;
    margin-left: 50px;
    margin-top: 12px;
}

.myui-header__search .form-control {
    padding-right: 30px;
    border-radius: 18px;
    background-color: #f5f5f5;
    border: 0;
}

.myui-header__search .submit {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: none;
    border: 0;
    font-size: 12px;
    cursor: pointer;
    color: #999;
}

.myui-header__search .dropdown-box {
    margin-left: -130px;
}

.myui-header__search .dropdown-box .item {
    width: 260px;
    padding: 20px;
}

.myui-header__search.search-box:hover .search-dropdown-hot {
    display: block;
}

.myui-header__search .search-select {
    position: absolute;
    top: 8px;
    left: 15px;
    padding-right: 8px;
    background: none;
    box-shadow: none;
    color: #666;
    border-right: 1px solid #ddd;
}

.myui-header__search .search-select .dropdown-box {
    margin-left: -40px;
    z-index: 101;
}

.myui-header__search .search-select .dropdown-box .item {
    width: 80px;
    padding: 10px;
}

.myui-header__search .search-select .dropdown-box .item li {
    text-align: center;
    padding: 2px 0;
}

/* header-menu */
.myui-header__menu {
    position: relative;
}

.myui-header__menu > li {
    position: relative;
    float: left;
    margin-left: 20px;
}

.myui-header__menu > li > a {
    font-size: 16px;
    line-height: 60px;
    color: #333;
}

.myui-header__menu > li.active > a {
    color: #ff9900;
}

.myui-header__menu > li .dropdown-box {
    margin-left: -250px;
    padding-top: 0;
}

.myui-header__menu > li .dropdown-box .item {
    width: 500px;
}

.myui-header__menu > li .dropdown-box .item li {
    padding: 6px;
}

/* header-user */
.myui-header__user {
    float: right;
}

.myui-header__user > li {
    float: left;
    position: relative;
    padding: 18px 0 10px;
    margin-left: 30px;
}

.myui-header__user > li > a, .myui-header__user > li > a .fa {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    color: #333;
}

.myui-header__user > li .dropdown-box {
    right: 0;
    margin-left: 0;
    margin-right: -50px;
    padding-top: 10px;
}

.myui-header__user > li .dropdown-box .item {
    width: 260px;
    padding: 20px;
}

.myui-header__user > li.menu .dropdown-box {
    right: 0;
    margin-left: 0;
    margin-right: -50px;
    padding-top: 10px;
}

.myui-header__user > li.menu .dropdown-box .item {
    width: 120px;
    padding: 10px;
}

.myui-header__user > li.menu .dropdown-box .item li {
    padding: 5px 0;
    text-align: center;
}

/* content */
.myui-content__thumb {
    float: left;
}

.myui-content__thumb .myui-vodlist__thumb {
    width: 220px;
}

.myui-content__thumb.active .myui-vodlist__thumb {
    width: 150px;
}

.myui-content__detail, .myui-content__operate {
    float: left;
    width: calc(100% - 220px);
    padding-left: 20px;
}

.myui-content__detail.active {
    width: calc(100% - 150px);
}

.myui-content__detail .title {
    margin: 10px 0 10px;
    font-size: 24px;
    line-height: 30px
}

.myui-content__detail .title .score {
    display: inline-block;
    margin-left: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.myui-content__detail .data {
    margin-bottom: 10px;
    line-height: 20px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}

.myui-content__detail .score {
    margin-bottom: 20px;
}

.myui-content__detail .score .rating {
    display: inline-block;
    position: relative;
    top: 5px;
}

.myui-content__detail .score .rating li {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}

.myui-content__detail .score .rating li .fa {
    font-size: 24px;
}

.myui-content__detail .score .branch {
    display: inline-block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 24px;
}

.myui-content__operate {
    float: left;
    margin-top: 20px
}

.myui-content__operate .btn {
    margin-left: 10px;
    margin-bottom: 10px;
}

.myui-content__operate .btn:first-child {
    margin-left: 0;
}

.myui-content__operate .share {
    margin-top: 5px
}

.myui-content__tag a {
    display: inline-block;
    line-height: 20px;
    padding: 2px 10px;
    margin-left: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px;
    border-radius: 15px;
}

/* player */
.myui-player {
    margin-bottom: 50px;
    padding-bottom: 15px;
    padding-top: 50px;
}

.myui-player__item {
    position: relative;
}

.myui-player__item .fixed {
    position: fixed;
    z-index: 998;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.myui-player__item .tips {
    position: relative;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 20px;
    color: #fff;
}

.myui-player__item .is-btn {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: -12px;
    margin-top: -30px;
    display: block;
    width: 12px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 10px;
    border-radius: 0 4px 4px 0;
    background-color: #404040;
    color: #999;
}

.myui-player__item .player-fixed-off {
    display: none;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.myui-player__data {
    padding: 20px 0 10px;
}

.myui-player__data .title {
    font-size: 24px;
}

.myui-player__operate {
    padding: 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.myui-player__operate li {
    display: block;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.myui-player__operate li.playshare .dropdown-box {
    margin-left: -130px;
}

.myui-player__detail .title {
    margin: 0 0 10px
}

.myui-player__detail .detail-content {
    padding-top: 10px
}

.myui-player__detail .desc {
    padding-left: 42px
}

.myui-player__detail .desc .left {
    margin-left: -42px
}

#player-sidebar::-webkit-scrollbar {
    width: 4px;
    background-color: #1c1b1e;
}

#player-sidebar::-webkit-scrollbar-thumb {
    background-color: #434145;
}

.myui-player__notice {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -65px;
}

.myui-player__notice h3, .myui-player__notice h5, .myui-player__notice p {
    color: #fff;
}

.myui-player-links {
    position: relative;
    top: 15px;
    right: 10px;
}

.myui-player-links .btn {
    position: absolute;
    top: 0;
    right: -5px;
    border-radius: 0 5px 5px 0;
}

/* news */
.myui-newslist li {
    padding: 30px 0;
}

.myui-newslist li .title {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.myui-newslist li .desc {
    text-indent: 2em;
    margin: 0;
    padding: 20px 0;
    line-height: 25px;
}

.myui-newslist__text li .title {
    margin: 0;
    font-size: 15px;
}

.myui-art__nav li {
    padding: 6px 0;
}

.myui-art__nav li.active a {
    font-weight: bold;
    color: #ff9900;
}

/* footer */
.myui-foot {
    padding: 0px 0px 20px 0px;
}

.myui-foot p {
    line-height: 25px;
}

@media (max-width: 1400px) {

    /* header */
    .myui-header__top {
        padding: 0 20px;
    }

    .myui-header__search {
        width: 200px;
        margin-left: 20px;
    }

    .myui-header__menu > li {
        margin-left: 20px;
    }

    .myui-header__user > li {
        margin-left: 20px;
    }

    .myui-header__menu > li:hover .head-dropdown, .myui-header__user > li:hover .head-dropdown {
        display: none;
    }

}

@media (max-width: 1024px) {
    .myui-content__thumb .myui-vodlist__thumb {
        width: 200px;
    }

    .myui-content__detail {
        float: left;
        width: calc(100% - 200px);
    }
}

@media (max-width: 767px) {

    .myui-panel-bg, .myui-vodlist__bg, .myui-vodlist__bg:hover {
        box-shadow: none;
    }

    .myui-panel__head .title, .myui-panel__head .title a {
        font-size: 18px;
    }

    /* header */
    .myui-header__top {
        padding: 0 10px;
    }

    .myui-header__search {
        position: absolute;
        top: -100%;
        left: 10px;
        right: 10px;
        margin-left: 0;
        width: auto;
        padding-right: 30px;
    }

    .myui-header__search .form-control {
        height: 32px;
        padding: 0 10px;
        border-radius: 16px;
    }

    .myui-header__search .submit {
        right: 30px;
        width: 32px;
        height: 32px;
        line-height: 30px;
    }

    .myui-header__search .search-close {
        position: absolute;
        top: 6px;
        right: 0;
    }

    .myui-header__menu > li .dropdown-box {
        margin-left: -150px;
        padding-top: 0;
    }

    .myui-header__menu > li .dropdown-box .item {
        width: 300px;
    }

    .myui-header__user > li {
        margin-left: 15px;
        padding: 15px 0 10px;
    }

    .myui-header__user > li > a .fa {
        font-size: 20px;
        line-height: 20px;
    }

    .myui-header__user > li.menu .dropdown-box {
        margin-right: 0;
    }

    /* content */
    .myui-content__thumb .myui-vodlist__thumb {
        width: 120px;
    }

    .myui-content__thumb.active .myui-vodlist__thumb {
        width: 120px;
    }

    .myui-content__detail {
        float: left;
        width: calc(100% - 120px);
    }

    .myui-content__detail.active {
        width: calc(100% - 120px);
    }

    .myui-content__detail .title {
        margin: 5px 0 8px;
        font-size: 18px;
        line-height: 24px
    }

    .myui-content__detail .data {
        margin: 0 0 10px;
        font-size: 12px;
        line-height: 18px;
        word-wrap: break-word;
        white-space: normal;
    }

    .myui-content__detail .score {
        margin-bottom: 5px;
    }

    .myui-content__detail .score .branch {
        font-size: 16px;
    }

    .myui-content__detail .score .rating {
        top: 0;
    }

    .myui-content__detail .score .rating li {
        margin: 0;
    }

    .myui-content__detail .score .rating li .fa {
        font-size: 18px;
    }

    .myui-content__operate {
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .myui-content__operate .btn {
        text-align: center;
        padding: 8px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

    /* player */
    .myui-player {
        padding-top: 0;
    }

    .myui-player__item {
        padding: 0;
    }

    .myui-player__detail {
        margin: 0;
    }

    .myui-player__detail .data .title {
        font-size: 16px
    }

    .myui-player__detail.detail .title {
        font-size: 18px;
    }

    .myui-player__operate li {
        margin: 0;
        display: block;
        text-align: center;
    }

    .myui-player__operate li .fa {
        display: block;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .myui-player__operate li.playshare .dropdown-box {
        margin-left: -180px;
    }

    .myui-player-links {
        top: 0;
        right: 0;
        padding: 0 10px;
    }

    .myui-player-links .btn {
        height: 35px;
        right: 8px;
    }

    /* news */
    .myui-newslist li .title {
        font-size: 18px;
        line-height: 30px;
    }

}

/* index */
body {
    font-family: "Microsoft YaHei", "&#24494;&#36719;&#38597;&#40657;", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    padding-top: 90px;
}

.myui-header__top {
    position: fixed;
}

body.active {
    padding-top: 60px;
}

[class*=col-], .myui-content__list li, .myui-vodlist__media.col li {
    padding: 10px
}

.btn {
    border-radius: 5px;
}

.myui-vodlist__thumb {
    border-radius: 5px;
    padding-top: 150%;
    background: url(../images/load.gif) no-repeat;
}

.myui-vodlist__thumb.square {
    padding-top: 100%;
    background: url({../images/0060lm7Tly1g5babop7czj30gb0e9tbc.jpg) no-repeat;
}

.myui-vodlist__thumb.wide {
    padding-top: 60%;
    background: url(../images/load.gif) no-repeat;
}

.myui-vodlist__thumb.actor {
    padding-top: 140%;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.myui-sidebar {
    padding: 0 0 0 20px;
}

.myui-panel {
    margin-bottom: 20px;
    border-radius: 5px;
}

.myui-panel-mb {
    margin-bottom: 20px;
}

.myui-player__item .fixed {
    width: 500px;
}

.myui-vodlist__text li a, .myui-vodlist__media li {
    padding: 10px 0;
}

.myui-screen__list {
    padding: 10px 10px 0;
}

.myui-screen__list li {
    margin-bottom: 10px;
    margin-right: 10px;
}

.myui-page {
    padding: 0 10px;
}

.myui-extra {
    right: 20px;
    bottom: 30px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1920px;
    }

    .container {
        padding-left: 120px;
        padding-right: 120px;
    }

    .container.min {
        width: 1200px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    body, body.active {
        padding-bottom: 50px;
    }

    [class*=col-], .myui-panel, .myui-content__list li {
        padding: 5px
    }

    .flickity-prev-next-button.previous {
        left: 5px;
    }

    .flickity-prev-next-button.next {
        right: 5px;
    }

    .myui-vodlist__text li a, .myui-vodlist__media li {
        padding: 10px 0;
    }

    .myui-screen__list {
        padding: 10px 5px 0;
    }

    .myui-screen__list li {
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .myui-extra {
        right: 20px;
        bottom: 75px;
    }

    .myui-page {
        padding: 0 5px;
    }
}

.myui-topbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

/*评论*/
.stui-comment__form {
    position: relative;
    margin-bottom: 20px
}

.stui-comment__form .comment_content {
    margin-bottom: 20px
}

.stui-comment__form .submit-box {
    float: right
}

.stui-comment__item {
    position: relative;
    padding: 15px 0 15px 60px
}

.stui-comment__item.active {
    margin-top: 10px;
    padding: 15px 0 0 60px
}

.stui-comment__item .avatar {
    position: absolute;
    top: 15px;
    left: 0
}

.stui-comment__item .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.stui-comment__item .comment-head .title {
    margin: 0
}

.stui-comment__item .comment-cont {
    margin-bottom: 10px;
    line-height: 25px
}

.stui-comment__item .comment-foot a {
    display: inline-block;
    font-size: 12px
}

.stui-comment__item .stui-comment__form {
    margin-top: 10px;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .stui-comment__form .submit-box {
        float: none
    }

    .stui-comment__item {
        position: relative;
        padding: 10px 0 10px 40px
    }

    .stui-comment__item.active {
        margin-top: 5px;
        padding: 15px 0 0 40px
    }

    .stui-comment__item .avatar {
        top: 10px
    }

    .stui-comment__item .avatar img {
        width: 30px;
        height: 30px
    }
}
/*comment*/
.comment-item, .ui-comment li, .comment-ul li, .playlog-ul li, .order-list li {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.comment-post-arrow {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 9%;
}

.comment-assist a:hover, .comment-top .user, .comment-top a {
    color: #f90;
}

.comment-replay-assist .ui-button {
    color: #fff;
}

.comment-sub {
    background-color: #fff;
}

.comment-num, .comment-sub {
    border: 1px solid #fff;
}

.comment-post {
    background-color: #f5f5f5;
    color: #999;
}

.comment-post-arrow {
    border-right: 12px solid #f5f5f5;
}

/*右实线*/
.comment-replay-arrow {
    border-bottom: 12px solid #e7e7e7;
}

.comment-replay {
    background: #e7e7e7;
}

.comment-num {
    background-color: #f5f5f5;
    color: #999;
}

.comment-num {
    position: absolute;
    padding: 0;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 5px
}

.comment-num em {
    display: block;
    padding: 5px 10px;
    margin-bottom: 2px;
    font-style: inherit;
    border-radius: 5px 5px 0 0
}

.comment-num span {
    display: block;
    padding: 0 10px 2px 10px;
    font-size: 12px
}

.comment-avatar, .news-avatar {
    width: 8%;
    float: left;
    overflow: hidden
}

.comment-avatar img, .news-avatar img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    max-width: 80px;
    max-height: 80px;
}

.comment-lou {
    text-align: center;
    margin: 5px;
}

.comment-post, .comment-focus .news-box, .comment-post-self {
    width: 90%;
    float: right;
    padding: 8px;
    border-radius: 5px;
}

.comment-body {
    width: 100%;
    overflow: hidden;
}

.comment-text {
    line-height: 28px;
    text-indent: 2%;
}

.comment-top {
    padding: 5px 0px
}

.comment-text, .comment-top {
    word-wrap: break-word;
    color: #666;
}

.comment-top span.time {
    float: right;
    padding: 2px 0;
    font-size: 13px;
}

.comment-text em {
    margin-right: 5px;
    font-weight: 400
}

.comment-assist {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin: 5px 0px;
    padding-right: 4px;
    font-size: 13px
}

.comment-assist span a {
    margin-right: 10px
}

.comment-assist p.fn-left {
    float: left
}

.comment-assist p.fn-right {
    float: right
}

.ui-form-info {
    padding-top: 10px;
}

/*回复*/
.comment-replay {
    margin: 10px 5px 10px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}

.comment-replay-arrow {
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    overflow: hidden;
    position: absolute;
    top: -12px;
    right: 5px;
    z-index: 8
}

.comment-replay-cnt {
    overflow: hidden;
    padding: 10px;
}

.comment-replay .ui-textarea {
    width: 99%;
    height: 60px;
    line-height: 20px;
    border-color: #ccc;
}

.comment-replay-assist .ui-button {
    float: right;
}

.comment-replay-assist {
    overflow: hidden;
    padding-top: 10px;
}

.comment-replay-assist p {
    float: left
}

/*回复内容*/
.comment-sub {
    margin: 10px 5px 10px 5px;
    padding: 10px;
    border-radius: 5px;
}

.comment-sub .sublou {
    margin-right: 10px;
}

.comment-focus {
    margin-top: 35px;
}